home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFDLUGI_TERMIN / TFDLUGI_TERMIN.txt
Text File  |  2002-03-27  |  6KB  |  257 lines

  1. object fDlugi_termin: TfDlugi_termin
  2.   Left = 357
  3.   Top = 296
  4.   BorderStyle = bsSingle
  5.   Caption = 'D'#322'ugi do sp'#322'aty w terminie'
  6.   ClientHeight = 219
  7.   ClientWidth = 430
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lFirma: TLabel
  20.     Left = 40
  21.     Top = 160
  22.     Width = 27
  23.     Height = 13
  24.     Caption = 'lFirma'
  25.   end
  26.   object Label1: TLabel
  27.     Left = 0
  28.     Top = 160
  29.     Width = 28
  30.     Height = 13
  31.     Caption = 'Firma:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 0
  35.     Top = 176
  36.     Width = 74
  37.     Height = 13
  38.     Caption = 'Ca'#322'o'#347#263' d'#322'ugu : '
  39.   end
  40.   object lSuma: TLabel
  41.     Left = 148
  42.     Top = 176
  43.     Width = 35
  44.     Height = 13
  45.     Alignment = taRightJustify
  46.     Caption = 'lSuma'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object sbData: TSpeedButton
  55.     Left = 176
  56.     Top = 200
  57.     Width = 65
  58.     Height = 17
  59.     Hint = 'Sortuj wed'#322'ug daty'
  60.     GroupIndex = 1
  61.     Down = True
  62.     Caption = 'wg Daty'
  63.     ParentShowHint = False
  64.     ShowHint = True
  65.     OnClick = sbDataClick
  66.     OnMouseUp = sbDataMouseUp
  67.   end
  68.   object sbSymbol: TSpeedButton
  69.     Left = 256
  70.     Top = 200
  71.     Width = 65
  72.     Height = 17
  73.     Hint = 'Sortuj wed'#322'ug symbolu faktury'
  74.     GroupIndex = 1
  75.     Caption = 'wg symbolu'
  76.     ParentShowHint = False
  77.     ShowHint = True
  78.     OnClick = sbSymbolClick
  79.     OnMouseUp = sbSymbolMouseUp
  80.   end
  81.   object dbg: TDBGrid
  82.     Left = 0
  83.     Top = 0
  84.     Width = 425
  85.     Height = 152
  86.     DataSource = ds
  87.     TabOrder = 0
  88.     TitleFont.Charset = DEFAULT_CHARSET
  89.     TitleFont.Color = clWindowText
  90.     TitleFont.Height = -11
  91.     TitleFont.Name = 'MS Sans Serif'
  92.     TitleFont.Style = []
  93.     Columns = <
  94.       item
  95.         Expanded = False
  96.         FieldName = 'data'
  97.         Visible = True
  98.       end
  99.       item
  100.         Expanded = False
  101.         FieldName = 'symbol_faktury'
  102.         Title.Caption = 'symbol faktury'
  103.         Visible = True
  104.       end
  105.       item
  106.         Expanded = False
  107.         FieldName = 'do_zaplaty'
  108.         Title.Caption = 'suma zap'#322'aty'
  109.         Visible = True
  110.       end
  111.       item
  112.         Expanded = False
  113.         FieldName = 'zaplacono'
  114.         Title.Caption = 'ju'#380' zap'#322'acono'
  115.         Visible = True
  116.       end
  117.       item
  118.         Expanded = False
  119.         FieldName = 'suma'
  120.         Title.Caption = 'jescze do zap'#322'aty'
  121.         Visible = True
  122.       end>
  123.   end
  124.   object bDrukuj: TButton
  125.     Left = 8
  126.     Top = 192
  127.     Width = 75
  128.     Height = 25
  129.     Caption = '&Drukuj'
  130.     TabOrder = 1
  131.     OnClick = bDrukujClick
  132.   end
  133.   object bPrzerwij: TButton
  134.     Left = 88
  135.     Top = 192
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&Przerwij'
  139.     TabOrder = 2
  140.     Visible = False
  141.   end
  142.   object bWyjdz: TBitBtn
  143.     Left = 352
  144.     Top = 192
  145.     Width = 75
  146.     Height = 25
  147.     Caption = '&Wyjd'#378
  148.     TabOrder = 3
  149.     OnClick = bWyjdzClick
  150.   end
  151.   object ds: TDataSource
  152.     DataSet = mt
  153.     OnDataChange = dsDataChange
  154.     Left = 64
  155.     Top = 56
  156.   end
  157.   object mt: TkbmMemTable
  158.     Active = True
  159.     DesignActivation = True
  160.     AttachedAutoRefresh = True
  161.     AttachMaxCount = 1
  162.     FieldDefs = <
  163.       item
  164.         Name = 'nazwa_firmy'
  165.         DataType = ftString
  166.         Size = 60
  167.       end
  168.       item
  169.         Name = 'data'
  170.         DataType = ftDateTime
  171.       end
  172.       item
  173.         Name = 'numer_firmy'
  174.         DataType = ftInteger
  175.       end
  176.       item
  177.         Name = 'numer_dostawa'
  178.         DataType = ftInteger
  179.       end
  180.       item
  181.         Name = 'do_zaplaty'
  182.         DataType = ftCurrency
  183.       end
  184.       item
  185.         Name = 'zaplacono'
  186.         DataType = ftCurrency
  187.       end
  188.       item
  189.         Name = 'suma'
  190.         DataType = ftCurrency
  191.       end>
  192.     IndexDefs = <>
  193.     SortOptions = []
  194.     AllDataOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveBlobs, mtfSaveFiltered, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail, mtfSaveDeltas]
  195.     CommaTextOptions = [mtfSaveData]
  196.     CSVQuote = '"'
  197.     CSVFieldDelimiter = ','
  198.     CSVRecordDelimiter = ','
  199.     CSVTrueString = 'True'
  200.     CSVFalseString = 'False'
  201.     PersistentSaveOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail]
  202.     PersistentBackup = False
  203.     ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
  204.     FilterOptions = []
  205.     Version = '2.53b'
  206.     LanguageID = 0
  207.     SortID = 0
  208.     SubLanguageID = 1
  209.     LocaleID = 1024
  210.     Left = 104
  211.     Top = 56
  212.     object mtnazwa_firmy: TStringField
  213.       DisplayWidth = 60
  214.       FieldName = 'nazwa_firmy'
  215.       Size = 60
  216.     end
  217.     object mtdata: TDateTimeField
  218.       FieldName = 'data'
  219.     end
  220.     object mtsymbol_faktury: TStringField
  221.       FieldKind = fkCalculated
  222.       FieldName = 'symbol_faktury'
  223.       Size = 15
  224.       Calculated = True
  225.     end
  226.     object mtnumer_firmy: TIntegerField
  227.       FieldName = 'numer_firmy'
  228.     end
  229.     object mtnumer_dostawa: TIntegerField
  230.       FieldName = 'numer_dostawa'
  231.     end
  232.     object mtdo_zaplaty: TCurrencyField
  233.       FieldName = 'do_zaplaty'
  234.     end
  235.     object mtzaplacono: TCurrencyField
  236.       FieldName = 'zaplacono'
  237.     end
  238.     object mtsuma: TCurrencyField
  239.       FieldName = 'suma'
  240.     end
  241.   end
  242.   object frRaport: TfrReport
  243.     InitialZoom = pzDefault
  244.     PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbHelp, pbExit]
  245.     OnGetValue = frRaportGetValue
  246.     Left = 368
  247.     Top = 160
  248.     ReportForm = {18000000}
  249.   end
  250.   object frDBDataSet: TfrDBDataSet
  251.     DataSource = ds
  252.     OnFirst = frDBDataSetFirst
  253.     Left = 400
  254.     Top = 160
  255.   end
  256. end
  257.